(C) 1996 AROS - The Amiga Replacement OS


NAME
struct Resident * FindResident()
SYNOPSIS
UBYTE * name

LOCATION
In SysBase at offset 16
FUNCTION
Search for a Resident module in the system resident list.

INPUTS
name
pointer to the name of a Resident module to find
RESULT
pointer to the Resident module (struct Resident *), or null if not found.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
12.05.1997 aros
Fixed all headers
22.01.1997 ldp
Implemented
01.01.1997 ldp
Committed Amiga native (support) code

Changed clib to proto

10.12.1996 aros
Moved all #include's in the first column so makedepend can see it.
09.12.1996 aros
Added (almost empty) versions for all missing functions. If they are called, they just print "Functions %s not implemented" and return an error if possible.